projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7971b53
)
Fix crash during androidterm init
author
Po Lu
<luangruo@yahoo.com>
Sun, 12 Mar 2023 02:45:26 +0000
(10:45 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Sun, 12 Mar 2023 02:45:26 +0000
(10:45 +0800)
* src/androidterm.c (syms_of_androidterm): Initialize
Vandroid_build_fingerprint in case GC happens.
src/androidterm.c
patch
|
blob
|
history
diff --git
a/src/androidterm.c
b/src/androidterm.c
index bd7e60dcb3f574ab19e47d885b967fced65f597c..019b84bf39195ed5bb2cb896ddad1c7712dc0671 100644
(file)
--- a/
src/androidterm.c
+++ b/
src/androidterm.c
@@
-5849,6
+5849,7
@@
If set to a non-float value, there will be no wait at all. */);
doc: /* String identifying the device's OS version.
This is a string that uniquely identifies the version of Android
Emacs is running on. */);
+ Vandroid_build_fingerprint = Qnil;
/* Only defined so loadup.el loads scroll-bar.el. */
DEFVAR_LISP ("x-toolkit-scroll-bars", Vx_toolkit_scroll_bars,